home *** CD-ROM | disk | FTP | other *** search
- /* $Id: ImConfig.h.mac,v 1.2 1999/01/13 12:36:09 jack Exp $
- *
- * The Python Imaging Library.
- *
- * File:
- * ImConfig.win -- ImConfig.h template for Mac (from ImConfig.h)
- *
- * Modified by Jack Jansen for Macintosh.
- * Copyright (c) Fredrik Lundh 1995. All rights reserved.
- */
-
- /* Define to empty if the keyword does not work. */
- /* #undef const */
-
- /* Define as __inline if that's what the C compiler calls it. */
- /* #define inline __inline */
-
- /* Define if you have ANSI prototypes. */
- #undef HAVE_PROTOTYPES /* Python defines it without value */
- #define HAVE_PROTOTYPES 1
-
- /* Define if you have the ANSI C header files. */
- #undef STDC_HEADERS /* Python defines it without value */
- #define STDC_HEADERS 1
-
- /* Define if your processor stores words with the most significant
- byte first (like Motorola and SPARC, unlike Intel and VAX). */
- #define WORDS_BIGENDIAN
-
- /* The number of bytes in a char. */
- #define SIZEOF_CHAR 1
-
- /* The number of bytes in a double. */
- #define SIZEOF_DOUBLE 8
-
- /* The number of bytes in a float. */
- #define SIZEOF_FLOAT 4
-
- /* The number of bytes in a int. */
- #define SIZEOF_INT 4
-
- /* The number of bytes in a long. */
- #define SIZEOF_LONG 4
-
- /* The number of bytes in a short. */
- #define SIZEOF_SHORT 2
-
- /* Define if you have the IJG jpeg library (-ljpeg). */
- #define HAVE_LIBJPEG
-
- /* Define if you have the Greg Ward's mpeg library (-lmpeg). */
- #undef HAVE_LIBMPEG
-
- /* Define if you have the zlib compression library (-lz). */
- #define HAVE_LIBZ
-